func google.golang.org/grpc.encodeAuthority

3 uses

	google.golang.org/grpc (current package)
		clientconn.go#L1732: func encodeAuthority(authority string) string {
		clientconn.go#L1827: 		cc.authority = "localhost" + encodeAuthority(endpoint)
		clientconn.go#L1829: 		cc.authority = encodeAuthority(endpoint)